home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / util / cli / csv2html.lha / Csv2Html / README < prev   
Encoding:
Text File  |  1999-11-20  |  3.2 KB  |  101 lines

  1. README for CSV2HTML Version 1.0
  2. ===============================
  3.  
  4. This program is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; either version 2 of the License, or
  7. (at your option) any later version.
  8.  
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
  12. GNU General Public License for more details.
  13.  
  14. You should have received a copy of the GNU General Public License
  15. along with this program if not, write to the Free Software
  16. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  17.  
  18.  
  19. 1 - File List
  20. -------------
  21. csv2html        M68K executable
  22. csv2htmlWOS     PPC WarpUp executable
  23. csv2html.1      The manual (man) page.
  24. csv2html.cc     The C++ source code of the program.
  25. INSTALLATION    Issues dealing with the installation of the program.
  26. LICENSE         The GNU General Public License as mentioned above.
  27. README          This file.
  28.  
  29.  
  30. 2 - Introduction
  31. ----------------
  32.  
  33. CSV2HTML is a program to allow you to convert a .CSV, or comma separated value
  34. file into an HTML table suitable for display with a web browser on the World
  35. Wide Web or inserted into an HTML file.
  36.  
  37. CSV files can be easily created from most database and spreadsheet programs
  38. or created manually in a text editor such as Vi or emacs. The format is 
  39. data followed by a comma and any other number of data on the same line and
  40. then followed by a new line. Data containing commas should be inclosed in 
  41. quotes (").
  42.  
  43. CSV2HTML makes it easy to display data from another program on the web.
  44.  
  45.  
  46. 3 - Usage
  47. ---------
  48.  
  49. Once installed CSV2HTML can be invoked by typing csv2html at the command
  50. prompt.
  51.  
  52. The arguments are as follows: -
  53.  
  54. csv2html <csvfile> <htmlfile>
  55.  
  56. Where <csvfile> is the name (and full path if needed) or a .csv file to be 
  57. converted. <htmlfile> is the name of the html file you would like to be
  58. created from the .csvfile. NOTE : THE HTML FILE GIVEN AS THE OUTPUT FILE WILL
  59. BE OVERWRITTEN IF IT EXISTS WITHOUT AND PROMPTS. File name extensions are not
  60. required and will not be added.
  61.  
  62. To display the version number type: -
  63.  
  64. csv2html --version.
  65.  
  66. To display a summary of this information type: -
  67.  
  68. csv2html --help.
  69.  
  70.  
  71. 4 - Bugs
  72. --------
  73.  
  74. There are no known bugs in this version, however there may well be some bugs
  75. unknown to the author. If you think you have found one please send an email
  76. to the address given under Contacting the Author below.
  77.  
  78. Please give all information on the system you are using as well as the 
  79. command you typed and any files you were using. Please only send me small
  80. text files NOT large ones (please contact me first if you wish to send me
  81. a large file).
  82.  
  83.  
  84. 5 - Development
  85. ---------------
  86.  
  87. This program has been compiled using StormC V3.0.
  88.  
  89.  
  90. 6 - Contact
  91. -----------
  92.  
  93. If you have any suggestions/donations for Amiga versions of CSV2HTML, bugs
  94. to report or just general comments on the software please send me an email
  95. to the address below.
  96.  
  97. Amiga version support: email ceppe@pandora.be and visit http://fly.to/visionary
  98.  
  99. Please visit the official CSV2HTML web page at:- 
  100.           http://www.fortunecity.com/skyscraper/
  101.